From 94825c1777f13b60c81a90347083987722496a22 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 May 2015 21:21:37 -0400 Subject: [PATCH] about dialog: Fix compiler warnings Fix warnings due to -Wdeclaration-after-statement and -Wshadow. --- gtk/gtkaboutdialog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 24780fc4d3..330a0bff04 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -2108,7 +2108,6 @@ text_buffer_new (GtkAboutDialog *about, gchar *link; gchar *uri; const gchar *link_type; - GtkTextTag *tag; if (*q1 == '<') { -- 2.30.2